Updating status
Short Description
This state occurs after a query's execution is complete.
Detailed Description​
This state occurs after a query's execution is complete. If the query's execution time exceeds long_query_time
, then Slow_queries
is incremented, and if the slow query log
is enabled, then the query is logged. If the SERVER_AUDIT
plugin is enabled, then the query is also logged into the audit log at this stage. If the userstats
plugin is enabled, then CPU statistics are also updated at this stage.
How to reduce this wait​
Not available yet. Contributions welcome.
Additional Links​
MariaDB - General Thread States
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.